Package com.getsensibill.core.apimodule.documents

Types

DocumentStatus
Link copied to clipboard
enum DocumentStatus : Enum<DocumentStatus> , KeyedEnum
Enum representing the status of a DraftDocumentEntity.
DocumentToUpload
Link copied to clipboard
data class DocumentToUpload(imagePath: String, documentType: DocumentType, externalAccountTransactionId: String?, accountId: String?)
The data class which represents an individual image which is to be passed into the DocumentUploadManager
DocumentType
Link copied to clipboard
enum DocumentType : Enum<DocumentType> , KeyedEnum